ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TablixItems<T> Class / ToArray Method

In This Topic
    ToArray Method (TablixItems<T>)
    In This Topic
    Creates an array of ReportComponent from a TablixItems.
    Syntax
    'Declaration
     
    Public Function ToArray() As T()
    public T[] ToArray()

    Return Value

    An array that contains the elements from the TablixItems collection.
    See Also